home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / KIRSTEN.DIR / 00295_Script_295 < prev   
Text File  |  1995-03-07  |  319b  |  13 lines

  1. on exitFrame
  2.   if the movietime of sprite 6 < the duration of cast "QT.MOV" then
  3.     go the frame
  4.   else
  5.     if the filename of cast "QT.Mov" contains "025.MOV" then
  6.       global WhichGirlFIle
  7.       cursor 4
  8.       puppetsprite 2,false
  9.       updatestage
  10.       go (WhichGirlFIle & "0")
  11.     end if
  12.   end if
  13. end